Missing Method in InnsController
Error: The action [戻] is not defined in controller InnsController
Error: Create InnsController::[戻]() in file: app/controllers/inns_controller.php.
<?php
class InnsController extends AppController {
var $name = 'Inns';
function [戻]() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.